Skip to content

refactor(workflow): replace LangGraph orchestration - #3

Merged
devonxjz merged 4 commits into
devfrom
codex/native-research-workflow
Aug 29, 2026
Merged

refactor(workflow): replace LangGraph orchestration#3
devonxjz merged 4 commits into
devfrom
codex/native-research-workflow

Conversation

@devonxjz

Copy link
Copy Markdown
Owner

Summary

  • replace LangGraph orchestration with a bounded native TypeScript worker pool using Promise.allSettled()
  • replace LangChain OpenAI integration with OpenAI.responses.parse() and Zod structured output
  • preserve SSE progress, cancellation, retry/timeout, budgets, evidence/RRF, partial failure, and Langfuse/OTel tracing
  • remove LangGraph/LangChain dependencies while retaining Langfuse

Verification

  • npm test — 240 passed, 3 skipped
  • npm run typecheck
  • npm run lint
  • npm run build
  • confirmed no remaining LangChain/LangGraph imports in src, tests, or dependency manifests

@vercel

vercel Bot commented Aug 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tech-bridge-ai Ready Ready Preview Aug 29, 2026 4:17pm

@coderabbitai

coderabbitai Bot commented Aug 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d69b12bd-9c29-44d0-a082-0ac676c1b224

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@devonxjz
devonxjz merged commit 53d039c into dev Aug 29, 2026
4 checks passed
@devonxjz
devonxjz deleted the codex/native-research-workflow branch August 29, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant